versionone - Does the API do administrative work? -
i'm looking way administrative work versionone's api. can add/update/del users in versionone via api?
permissions desired action.
the short answer "yes". there nuances.
user management has been popular question lately, wrote documentation on how automate life cycle of users. once know user in versionone called `member', relatively easy use standard rest-1.v1 endpoint create, read, update, , delete users.
permissions gets little tricky. can set defaultrole
attribute member
, 1 form of permissions. can assign member
scope
(the internal name project), form of permissions. but, currently, cannot use api override defaultrole
project (set project role), can ui.
similar users, can manage projects (once know scope
in api), teams, , list types, data. there api of system configuration options, "documentation" seems code in api client. , of options display fields ui only.
Comments
Post a Comment