Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organization api endpoint #332

Merged
merged 21 commits into from
Mar 13, 2024
Merged

Organization api endpoint #332

merged 21 commits into from
Mar 13, 2024

Conversation

sinamics
Copy link
Owner

@sinamics sinamics commented Mar 10, 2024

Token functionallity

  • Enhanced the "Generate Token" feature within user settings. Users now have the flexibility to specify the token's scope applicable for Personal use, Organization use, or both. Additionally, an expiration time option has been introduced for improved security and management.

Api endpoints

  • POST Create Org Network
  • POST Modify a Org network member
  • Get information about a specific Org network
  • Get a list of Organization user is member of.
  • Get organization by ID { users, owner, id }
  • Get a list of members within a Organization Network
  • Delete a organization network member.

User Roles:

  • READ_ONLY: Can use the GET requests.
  • USERS and ADMIN: can use GET, POST, DELETE

Finalize

  • Translations
  • Documentation
  • Thorough testing

Resolves #324

@sinamics sinamics marked this pull request as ready for review March 13, 2024 14:50
@sinamics sinamics merged commit 51aeee0 into main Mar 13, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Organization API Endpoint
1 participant