> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tightknit.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Manage Member Profiles

> Learn how your member profiles are managed.

## Creating Members

You can create new members directly in Studio. See [Studio Members](/studio/members#creating-members) for details.

## Removing Members

### Slack Sync

Tightknit respects the membership status of users in Slack and mirrors user-level privacy changes to maintain GDPR/CCPA compliance. When a user is deactivated in Slack, their profile is also deactivated in Tightknit. When a user is reactivated in Slack, their profile is also reactivated in Tightknit.

When a user is permanently deleted from Slack (aka "forgotten"), their personal information is permanently wiped and replaced with placeholder data. Their message history will still be visible under an anonymized user. Tightknit performs a similar anonymization process and wipes the personal data for deleted users.

<Tip>
  Check out the following Slack guides on managing members in your workspace:
  <br /> •
  [https://slack.com/help/articles/115001342407-View-and-edit-member-profiles](https://slack.com/help/articles/115001342407-View-and-edit-member-profiles)
  <br /> •
  [https://slack.com/help/articles/204475027-Deactivate-a-members-account](https://slack.com/help/articles/204475027-Deactivate-a-members-account)
  <br /> •
  [https://slack.com/help/articles/360000360443-Delete-profile-information-from-Slack](https://slack.com/help/articles/360000360443-Delete-profile-information-from-Slack)
</Tip>

### Tightknit API

You can deactivate members of your Tightknit community using the Deactivate Member API endpoint:

```
POST /admin/v0/members/{member_id}/deactivate
```

This sets the member's profile to a deactivated state. The endpoint is idempotent: calling it on an already-deactivated member returns success. Members with linked Slack profiles cannot be deactivated through the API; they should be deactivated through Slack instead (see [Slack Sync](#slack-sync) above).

Deactivation has no effect on the Slack user within the Slack workspace and only affects Tightknit's view of your community. The deactivated member will no longer have the ability to participate in Tightknit-specific features.

See the [API Reference](/api-reference/introduction) for full endpoint details and authentication requirements.


## Related topics

- [Member Profile](/profiles/profile-fields.md)
- [Members](/studio/members.md)
- [Navigating Studio Analytics](/guides/navigating-studio-analytics.md)
- [Awards](/gamification/awards.md)
- [Studio](/studio/overview.md)
