Changes between Version 13 and Version 14 of NewTestbedAPISpec
- Timestamp:
- Aug 12, 2013 12:58:51 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewTestbedAPISpec
v13 v14 422 422 * ChallengeID - the challenge being responded to 423 423 * '''Return Values:''' 424 * true if the user was subsequently added. A fault is thrown on errors. 424 * true if the user was added. A fault is thrown on errors. 425 426 Administrators can add users without going through the confirmation process: 427 428 * '''Service:''' Projects 429 * '''Operation:''' addUserNoConfirm 430 * '''Input Parameters:''' 431 * ProjectID - the project 432 * Uids - the userids to add 433 * Perms - the permissions to grant the user in this project. The values are given here. 434 * '''Return Values:''' 435 * A list of results of the form 436 * Name - the uid being added 437 * Success - a flag indicating success or failure 438 * Reason - the reason for a failure 425 439 426 440 Users can also request to join a project. This requires some member of the project with ADD_USER rights to agree, so a notification is sent to all such users. 427 441 428 442 * '''Service:''' Projects 429 * '''Operation:''' JoinProject443 * '''Operation:''' joinProject 430 444 * '''Input Parameters:''' 431 445 * Uid - the uid to add … … 439 453 440 454 * '''Service:''' Projects 441 * '''Operation:''' addUserConfirm455 * '''Operation:''' joinProjectConfirm 442 456 * '''Input Parameters:''' 443 457 * ChallengeID - the challenge being responded to